home *** CD-ROM | disk | FTP | other *** search
/ Photo CD Demo 1 / Demo.bin / hdf / mac / h10srcst.hqx / Source / HyperHell Source / HCard Dev. Toolkit / XCMD Stacks / Sounds / card_5635.txt < prev    next >
Encoding:
Text File  |  1987-08-27  |  1.2 KB  |  38 lines

  1. -- card: 5635 from stack: in
  2. -- bmap block id: 5890
  3. -- flags: 0000
  4. -- background id: 2192
  5. -- name: Dial
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=401 top=285 right=312 bottom=435
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 27009 / 27009
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect wipe left
  23.   go next
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part contents for background part 4
  29. ----- text -----
  30. The dial command.
  31.  
  32. dial "1-408-996-1010"
  33.  
  34. Generates Touch-Tone    sounds for dialing a telephone.  Enclose the phone number in quotes to keep the "-" from doing subtraction.  This command does not remove the area code for the local calls or handle prefixes (1-) properly.  
  35. (The "Phone" stack is able to handle prefixes.  See its stack script.)  To actually dial the phone, you need a device that feeds the sound from the Macintosh audio output to the handset of a telephone.  Borland International sells such a device for about $20.   (Holding the phone up to the Macintosh speaker works on some phones.)                         more
  36.  
  37.  
  38.